home *** CD-ROM | disk | FTP | other *** search
- object ExtractingForm: TExtractingForm
- Left = 301
- Top = 125
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Applying Decor'
- ClientHeight = 86
- ClientWidth = 397
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 32
- Height = 13
- Caption = 'Label1'
- Visible = False
- end
- object ProgressBar1: TProgressBar
- Left = 16
- Top = 40
- Width = 361
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object ProgressBar2: TProgressBar
- Left = 16
- Top = 88
- Width = 361
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 2
- Visible = False
- end
- object btnCancel: TButton
- Left = 161
- Top = 72
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Default = True
- TabOrder = 1
- Visible = False
- OnClick = btnCancelClick
- end
- end
-